Submit

Any social-video URL → metadata, transcript, insights & frames

@Marvin Mez

One social-video URL in → metadata, transcript (captions or Whisper), engagement insights, and parametric frames out. 6 platforms (YouTube, Shorts, TikTok, Instagram, Pinterest, Reddit). REST + MCP. Pay per call with x402 (USDC), no account.
Overview

FrameFetch — Video Data MCP Server

One social-video URL in → metadata, transcript, engagement insights, and parametric frames out. Built for AI agents.

Supports YouTube, YouTube Shorts, TikTok, Instagram Reels, Pinterest, and Reddit (including Reddit-video transcripts) through one consistent schema.

Tools

  • framefetch_extract — give a video URL, get back metadata, insights, transcript (captions or Whisper), and parametrically-sampled frames (every Nth / 1-per-second / time range, any width). Request only the fields you need.
  • framefetch_platform_capabilities — the capability matrix per platform.

Setup

Remote server over Streamable HTTP — no install:

{
  "mcpServers": {
    "framefetch": {
      "url": "https://framefetch.net/mcp",
      "headers": { "Authorization": "<YOUR_FRAMEFETCH_KEY>" }
    }
  }
}

Auth & pricing

- Free API key: POST https://framefetch.net/v1/keys (includes a free credit). tools/list works without a key; tools/call needs one.
- Pay per call: metadata sub-cent, transcript per minute, frames per frame.
- Agents can also pay with x402 (USDC) on Base — no account. Humans can use a free tier or Stripe.

Links

- Website: https://framefetch.net
- Docs: https://framefetch.net/docs
- OpenAPI: https://framefetch.net/openapi.json
- Status: https://framefetch.net/status
- GitHub: https://github.com/MarvinRey7879/framefetch

Server Config

{
  "mcpServers": {
    "framefetch": {
      "url": "https://framefetch.net/mcp",
      "headers": {
        "Authorization": "<YOUR_FRAMEFETCH_KEY>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server